Fix typo: Italian uses ISO-8859-1, not -2. Add en_GB.
authorTor Lillqvist <tml@iki.fi>
Tue, 14 Mar 2000 18:10:15 +0000 (18:10 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 14 Mar 2000 18:10:15 +0000 (18:10 +0000)
2000-03-14  Tor Lillqvist  <tml@iki.fi>

* makefile.cygwin: Fix typo: Italian uses ISO-8859-1, not -2. Add
en_GB.

po/ChangeLog
po/makefile.cygwin

index 7c91a65320a312d3f9dbe7f6e5409391ee210c42..b8630a1731749d0456a64f822bcc34f68ec9af2e 100644 (file)
@@ -1,3 +1,8 @@
+2000-03-14  Tor Lillqvist  <tml@iki.fi>
+
+       * makefile.cygwin: Fix typo: Italian uses ISO-8859-1, not -2. Add
+       en_GB.
+
 2000-03-13  Pablo Saratxaga <pablo@mandrakesoft.com>
        * lt.po: Updated Lithuanian file
 
index 8fa8e344add0cd6d44fa8fa074f5b9690049d3d2..b0b6ed0fa20122f63f9e09cc3b8202d1dd98a10d 100644 (file)
@@ -19,7 +19,7 @@ endif
 
 # uk (Ukrainian) is skipped, as native2ascii doesn't know the KOI8_U 
 # encoding, sigh. Or is it suffuciently similar to KOI8_R?
-LANGUAGES= $(basename $(basename $(wildcard $(addsuffix .po,ca cs da de el es et eu fi fr ga gl hr hu it ja ko nl no pl pt pt_BR ru sk sl sv tr wa zh_CN.GB2312 zh_TW.Big5))))
+LANGUAGES= $(basename $(basename $(wildcard $(addsuffix .po,ca cs da de el en_GB es et eu fi fr ga gl hr hu it ja ko nl no pl pt pt_BR ru sk sl sv tr wa zh_CN.GB2312 zh_TW.Big5))))
 
 ################################################################
 
@@ -52,6 +52,9 @@ de.jpo: de.po
 el.jpo: el.po
        native2ascii -encoding 8859_7 el.po el.jpo
 
+en_GB.jpo: en_GB.po
+       native2ascii -encoding 8859_1 en_GB.po en_GB.jpo
+
 es.jpo: es.po
        native2ascii -encoding 8859_1 es.po es.jpo
 
@@ -80,7 +83,7 @@ hu.jpo: hu.po
        native2ascii -encoding 8859_2 hu.po hu.jpo
 
 it.jpo: it.po
-       native2ascii -encoding 8859_2 it.po it.jpo
+       native2ascii -encoding 8859_1 it.po it.jpo
 
 ja.jpo: ja.po
        native2ascii -encoding EUC-JP ja.po ja.jpo